-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add related examples to snowflake doc #526
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not showing because the tag doesn't match the page URI.
The filename is platforms/snowflake.md
so the tag needs to be platforms/snowflake
for the relatedexamples
extension to link them up. But it looks like the tag is platform/snowflake
.
"platform/snowflake" |
It looks like in the changes we made to make things more consistent recently some things may have been changed to not match the page URI. We should fix those up too.
@@ -343,3 +343,7 @@ USE ROLE ACCOUNTADMIN; | |||
DROP ROLE CONTAINER_USER_ROLE; | |||
DROP EXTERNAL ACCESS INTEGRATION ALLOW_ALL_EAI; | |||
``` | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a subtitle.
## Related Examples | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The magic behind
```{relatedexamples}
already includes adding the title. I had to fix all the tags to be able to get this one. So I include them as part of the fix of this PR.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
b3da061
to
31183c9
Compare
I'm trying to add related examples to the snowflake docs, I thought that by just adding this
They would show, but I don't see it locally. Is there an extra step that needs to be done to see them in the local build?